time: move wallclock_time() declaration into common code
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 13 Mar 2014 13:36:22 +0000 (14:36 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 13 Mar 2014 13:36:22 +0000 (14:36 +0100)
commit237bc63847beb5d53e826e5a62f719c2bce48a30
treea80e7abbeb2db39353cf5e8ee571bb1e9ce095ae
parentfd7bfce0395ace266159760e35dc49f7af3b90ce
time: move wallclock_time() declaration into common code

It is called from common code, but has architecture specific implementations.
Have one declaration instead of two.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/include/asm-arm/time.h
xen/include/asm-x86/time.h
xen/include/xen/time.h